home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / rxdoscmd.zip / CX.BAT next >
DOS Batch File  |  1993-06-06  |  229b  |  13 lines

  1. echo off
  2. tiny
  3. b rxdoscpy.asm rxdosren.asm rxdosdef.asm rxdosdir.asm rxdoscmd.asm
  4. make rxdos.mak
  5. if not exist rxdoscmd.exe goto LL
  6. if not exist rxdos.exe goto LL
  7.  
  8. cv /CN16 rxdoscmd.exe 
  9. :LL
  10. dir *.err > err.lst
  11. cx.bat
  12.  
  13.